const net._IPPROTO_MPTCP
5 uses
net (current package)
mptcpsock_linux.go#L24: _IPPROTO_MPTCP = 0x106
mptcpsock_linux.go#L41: s, err := sysSocket(family, syscall.SOCK_STREAM, _IPPROTO_MPTCP)
mptcpsock_linux.go#L63: if conn, err := sd.doDialTCPProto(ctx, laddr, raddr, _IPPROTO_MPTCP); err == nil {
mptcpsock_linux.go#L79: if dial, err := sl.listenTCPProto(ctx, laddr, _IPPROTO_MPTCP); err == nil {
mptcpsock_linux.go#L121: return proto == _IPPROTO_MPTCP
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)